You Must Use the Value Returned by this Function Error
You called a function but did not assign the result to a variable or property.
If you want to call the function but ignore the result, use the Call statement.
Trying to assign the result to an object rather than a property of the object:
Ignoring the result returned by a built-in function:
Call, Function statements.